home *** CD-ROM | disk | FTP | other *** search
- From: _GOYRA_@msn.com (David Byrden)
- Subject: RE: Nested templates in MSVC 4?
- Date: 9 Mar 96 21:42:34 -0800
- References: <00001a81+0000abe7@msn.com>
- Message-ID: <00001a81+0000abf5@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
-
- Roger;
-
- --------------------
-
- >> Perhaps there's a software switch somewhere that I need to throw for ANSII
- >> compatability or something??
-
- Since the ANSI standard is not yet released, this is theoretically impossible.
-
- ------------------
-
- >> array<generic_type<int>> arr;
- >> has Microsoft left nested templates out of their pretty, new package??
-
- The phrase "nested templates" refers to template classes with
- members which are independently templatised, not to the use of a
- specialised class template to specialise another class template.
- Microsoft can do the latter but not the former.
-
- I don't have a compiler to hand, but I suggest putting a space
- between the two >> so you don't form the right-shift operator. This
- is a problem in the C++ language.
-
-
- David
-